The base class of any DAO that encapsulates a parameterless program hosted and executed by the underlying data store.

Namespace: Keystone.Carbonite
Assembly: Keystone.Carbonite (in Keystone.Carbonite.dll)

public abstract class DataContextProgramDao<TProgramResult, TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters> : BaseDao<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters>, 
IDataContextProgramDao<TProgramResult> 
where TCarboniteController : CarboniteController<TDataContext, TTransaction, TTransactionCreationParameters> 
where TTransaction : class
This language is not supported or no code example is available.

Type Parameters

TProgramResult

The program result type.

TDataContext

The data store context type.

TCarboniteController

The carbonite controller type that will host instances of this DAO.

TTransaction

The transaction type to use in persistence operations.

TTransactionCreationParameters

The transaction creation parameters type.

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono